home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9706 / 000031_owner-help-hur…gnu.ai.mit.edu _Wed Jun 4 05:57:24 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  4KB

  1. Return-Path: <owner-help-hurd@gnu.ai.mit.edu>
  2. Received: from churchy.gnu.ai.mit.edu (djb@churchy.gnu.ai.mit.edu [128.52.46.32]) by odie.barnet.ac.uk (8.8.2/8.8.0) with ESMTP id FAA26021 for <willy@odie.barnet.ac.uk>; Wed, 4 Jun 1997 05:57:23 +0100
  3. Received: by churchy.gnu.ai.mit.edu (8.8.5/8.6.12GNU) id TAA10338 for help-hurd-list; Tue, 3 Jun 1997 19:15:21 -0400 (EDT)
  4. Received: from easy.stallion.com by churchy.gnu.ai.mit.edu (8.8.5/8.6.12GNU) with SMTP id TAA10335 for <help-hurd@gnu.ai.mit.edu>; Tue, 3 Jun 1997 19:15:15 -0400 (EDT)
  5. Received: from stallion.stallion.oz.au by easy.stallion.com id aa11569;
  6.           3 Jun 97 16:13 PDT
  7. Received: from bogonium.stallion.oz.au by stallion.stallion.oz.au id aa25079;
  8.           4 Jun 97 9:17 AEST
  9. Received: (from chris@localhost)
  10.     by bogonium.stallion.oz.au (8.8.5/8.8.5) id JAA00336;
  11.     Wed, 4 Jun 1997 09:12:39 +1000
  12. To: Scott McClung <mcclung@primenet.com>
  13. Cc: help-hurd@gnu.ai.mit.edu
  14. Subject: Re: HURD progress
  15. References: <199706032223.PAA17420@usr04.primenet.com>
  16. From: Christopher Biggs <chris@stallion.oz.au>
  17. Date: 04 Jun 1997 09:12:39 +1000
  18. In-Reply-To: Scott McClung's message of Tue, 3 Jun 1997 15:23:37 -0700 (PDT)
  19. Message-ID: <san2p7p9g8.fsf@bogonium.stallion.oz.au>
  20. Lines: 78
  21. X-Mailer: Gnus v5.4.52/Emacs 19.34
  22. Status: RO
  23.  
  24. Scott McClung <mcclung@primenet.com> moved upon the face of the 'Net and spake thusly:
  25.  
  26.  > 
  27.  > Can Grub be made to boot Linux?  I remember reading that it can (or
  28.  > will eventually), but I haven't tried it myself...
  29.  > 
  30.  
  31. I use GRUB to boot dos/linux/hurd right now, and have been ever since
  32. hurd 0.0.
  33.  
  34. I store my linux images on a dos partition so my linux root partition can
  35. live up beyond BIOS land.
  36.  
  37. Chris.
  38.  
  39. p.s. Here's my config file.
  40.  
  41. #
  42. # Sample boot menu configuration file
  43. #
  44.  
  45. # Timeout here...
  46. timeout = 30
  47. default= 1
  48. fallback= 0
  49.  
  50. # For booting Windows NT 3.5 or DOS
  51. title=      Windows 95/DOS boot menu
  52. root=       (0x80,0)
  53. makeactive
  54. chainloader=    +1
  55.  
  56. # For booting linux from the DOS partition
  57. title=      Linux
  58. root=       (0x80,0)
  59. kernel=     /linux/vmlinuz root=/dev/hda3 ro 
  60.  
  61. # For booting linux into maintenance mode from the DOS partition
  62. title=      Linux (Single user mode)
  63. root=       (0x80,0)
  64. kernel=     /linux/vmlinuz root=/dev/hda3 ro S
  65.  
  66. # For booting a backup linux kernel from the DOS partition
  67. title=      Linux (previous kernel version)
  68. root=       (0x80,0)
  69. kernel=     /linux/vmlinuz.old root=/dev/hda3 ro
  70.  
  71. # For booting a new untrusted linux kernel from the DOS partition
  72. title=      Linux (experimental kernel version)
  73. root=       (0x80,0)
  74. kernel=     /linux/vmlinuz.exp root=/dev/hda3 ro
  75.  
  76. # For booting the HURD single user mode
  77. #title=      GNU 0.0 (single user mode)
  78. #root=       (hd0,1)
  79. #kernel=     /boot/kernel -s root=hd0s2
  80. #module=     /boot/serverboot
  81.  
  82. # For booting the HURD multi-user mode
  83. #title=      GNU 0.0 (multi user mode)
  84. #root=       (hd0,1)
  85. #kernel=     /boot/kernel root=hd0s2
  86. #module=     /boot/serverboot
  87.  
  88. # Re-install the boot loader
  89. title=      Re-install the GRUB loader on Disk 0 Sector 0
  90. install=    (hd0,0)/linux/grub/stage1 (hd0) (hd0,0)/linux/grub/stage2 0x8000 p (hd0,0)/linux/grub/menu.lst
  91. root=       (hd0)
  92. chainloader=+1
  93. pause=      New GRUB setup has been installed, press any key to reboot.
  94.  
  95.  
  96. --
  97. | Christopher Biggs email:chris@stallion.oz.au | Linux: The choice of a GNU  |
  98. | Stallion Technologies, Queensland, Australia |        Generation.          |
  99. | VoiceNet +61-7-3270-4266 Fax +61-7-3270-4245 | Mates dont let mates do DOS |
  100. | Send mail with "Subject: sendpgpkey" for my PGP public key.   MIME mail OK |
  101.